home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / turtlesNinja.swf / scripts / frame_43 / DoAction.as
Text File  |  2006-05-08  |  512b  |  16 lines

  1. if(_root.gamezhero == undefined)
  2. {
  3.    System.security.allowDomain("gamezhero.com","www.gamezhero.com","files.gamezhero.com");
  4.    _root.createEmptyMovieClip("gamezhero",100000);
  5.    _root.gamezhero.loadMovie("http://files.gamezhero.com/flash/gamezhero2.swf?x=520&y=370&from=ninjaTurtles&scale=80&t=1143874474625");
  6. }
  7. stop();
  8. trace("got here");
  9. loadervars = new LoadVars();
  10. loadervars.load("../../loadsize.txt");
  11. loadervars.onLoad = function()
  12. {
  13.    play();
  14.    trace("couldn\'t have gotten here");
  15. };
  16.